home *** CD-ROM | disk | FTP | other *** search
- # NOTE: # character is used for commenting lines
-
- # Calling page for this sample is SAMPLE2.HTM
-
- # put your SMTP servers name here and uncomment line
- #GATEWAY=smtp.server.com
-
- # sender's address
- FROM=<%REQ.FROM%>
-
- # uncomment following line and put list of addresses of recipients
- TO=boban@student.math.hr
-
- # Subject
- SUBJECT=CGIMailer - Sample2
-
- # template for response page
- TEMPLATE=sample2.htt
-
- # template for message wich will be sent
- MSGTEMPLATE=message.txt
-
- # template for error responses
- ERRTEMPLATE=err.htt
-
-